All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.SpellServer
NSSpellServer
.
[[NSSpellServer
alloc] init]
.
- delegate
Objective-C instance method.
- isWordInUserDictionaries:caseSensitive:
Objective-C instance method.
- registerLanguage:byVendor:
Objective-C instance method.
- run
Objective-C instance method.
- setDelegate:
Objective-C instance method.
protected SpellServer(boolean shouldAllocate, int objcObject)
public SpellServer()
[[NSSpellServer
alloc] init]
.
public native void setDelegate(Object anObject)
- setDelegate:
Objective-C instance method.
public native Object delegate()
- delegate
Objective-C instance method.
public native boolean registerLanguage(String language, String vendor)
- registerLanguage:byVendor:
Objective-C instance method.
public native boolean isWordInUserDictionaries(String word, boolean flag)
- isWordInUserDictionaries:caseSensitive:
Objective-C instance method.
public native void run()
- run
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index